| Fully Qualified Name: | Zend\Soap\AutoDiscover\DiscoveryStrategy\ReflectionDiscovery |
| Implements: | DiscoveryStrategyInterface |
Describes how types, return values and method details are detected during AutoDiscovery of a WSDL.
| Name | Description | Defined By |
|---|---|---|
| getFunctionDocumentation() | Returns description from phpdoc block | ReflectionDiscovery |
| getFunctionParameterType() | Return parameter type | ReflectionDiscovery |
| getFunctionReturnType() | Return function return type | ReflectionDiscovery |
| isFunctionOneWay() | Return true if function is one way (return nothing) | ReflectionDiscovery |
Returns description from phpdoc block
| Parameter Name | Type | Description |
|---|---|---|
| $function | \AbstractFunction |
Returns: string
Return parameter type
| Parameter Name | Type | Description |
|---|---|---|
| $param | \ReflectionParameter |
Returns: string
Return function return type
| Parameter Name | Type | Description |
|---|---|---|
| $function | \AbstractFunction | |
| $prototype | \Prototype |
Returns: string
Return true if function is one way (return nothing)
| Parameter Name | Type | Description |
|---|---|---|
| $function | \AbstractFunction | |
| $prototype | \Prototype |
Returns: bool